cody - HTMLify profile

cody
4270 Files
632542 Views
Latest files of /cody/solygambas/html-css-javascript-projects/082-parallax landing page
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
:root {
--primary-color: #2d2254;
--secondary--color: #f5c42f;
--text-color: #c5bbec;
}
:root {
--primary-color: #2d2254;
--secondary--color: #f5c42f;
--text-color: #c5bbec;
}
<!-- Based on Parallax Landing Page - Rellax.js by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=aAxt0Z7IXIo -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=aAxt0Z7IXIo -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />